Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[internal] Add RPC-with-TLS #49

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open

Conversation

krpsh123
Copy link

@krpsh123 krpsh123 commented Nov 13, 2024

Description

  • Adds support for RPC-with-TLS (RFC 9289).
  • Migrates pods in the csi-nfs daemonset and csi-controller deployment from the host network to the pod network.
  • Makes NFSv3 support independent of host daemons.

Why do we need it, and what problem does it solve?

Traffic encryption is highly beneficial for security.

What is the expected result?

Users will be able to enable encryption for NFS traffic.

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

@krpsh123 krpsh123 self-assigned this Nov 28, 2024
@krpsh123 krpsh123 added the enhancement New feature or request label Dec 2, 2024
Signed-off-by: Pavel Karpov <[email protected]>
Signed-off-by: Pavel Karpov <[email protected]>
Signed-off-by: Pavel Karpov <[email protected]>
Signed-off-by: Pavel Karpov <[email protected]>
Signed-off-by: Pavel Karpov <[email protected]>
Signed-off-by: Pavel Karpov <[email protected]>
Signed-off-by: Pavel Karpov <[email protected]>
Signed-off-by: Pavel Karpov <[email protected]>
@z9r5 z9r5 requested a review from mortelumina98 December 5, 2024 16:04
@krpsh123 krpsh123 changed the title Pkarpov add rpc with tls [internal] Pkarpov add rpc with tls Dec 10, 2024
@krpsh123 krpsh123 marked this pull request as ready for review December 10, 2024 10:27
@krpsh123 krpsh123 changed the title [internal] Pkarpov add rpc with tls [internal] Add RPC-with-TLS Dec 10, 2024
Signed-off-by: Pavel Karpov <[email protected]>
images/tlshd/src/cmd/main.go Outdated Show resolved Hide resolved
Alexandr Stefurishin and others added 9 commits December 10, 2024 17:08
Signed-off-by: Alexandr Stefurishin <[email protected]>
Signed-off-by: Alexandr Stefurishin <[email protected]>
This reverts commit e23f863.

Signed-off-by: Pavel Karpov <[email protected]>
This reverts commit c0dc9e9.

Signed-off-by: Pavel Karpov <[email protected]>
Signed-off-by: Pavel Karpov <[email protected]>
Signed-off-by: Pavel Karpov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants